home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
disco_fever_dressup.swf
/
scripts
/
DefineButton2_181
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2010-07-14
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}